home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 032a / s_d.zip / SEARCH.TXT < prev   
Text File  |  1991-11-29  |  3KB  |  55 lines

  1. SEARCH.TXT
  2. ==========
  3.  
  4.     The file Search.zip should contain the following 2 files:
  5.  
  6.         Search.exe - Executable Search & Destroy file
  7.         Search.txt - This file
  8.  
  9.  
  10.     This is my first Windows program. It is also my first C program. 
  11.  
  12. HOW TO PLAY
  13. ===========
  14.  
  15.     Search & Destroy is a variation of the classic game of Battleship.
  16. The object of the game is to locate 5 ships hidden in the grid. The ships
  17. consist of a carrier (5 squares), battleship (4 squares), sub (3 squares),
  18. cruiser (3 squares) and spy ship (2 squares). Using the mouse (the only
  19. input device allowed), you click on a square. If a ship is hit the square
  20. turns gray. A miss turns the square dark blue. If a square has already been
  21. hit, the computer beeps.
  22.     This version is what I call the "single grid" version. The computer
  23. only generates the ship positions; it does not fire back. The player gets
  24. a certain amount of shots to try to sink all the ships. The amount of shots
  25. varies depending on the level. Default is Beginner (175 shots). There are
  26. also Intermediate (150 shots) and Advanced (125 shots) levels. If you
  27. change levels during a game, the number of your remaining shots is changed
  28. to reflect the new level. Additionally, there is an option for the player
  29. to manually set the number of shots. Since the grid is 400 squares, the
  30. minimum number of shots necessary to guarantee victory is 215.
  31.     If you fail to sink all the ships in the number of shots allotted, the
  32. computer paints the ones you missed in a different color and offers you a
  33. chance to play again. (One hint: sometimes the message box obscures the 
  34. revealed ships. You can move the box to get an unobstructed view by
  35. clicking on the title bar and dragging to a new location.) If you sink all
  36. the ships, you also get a choice to play again or quit. If you decide to
  37. play again, the status area on the right side of the screen details the
  38. number of games you have won and lost (along with the shot status of the
  39. current game and the names of the ships sunk).
  40.     Additional menu items include Reveal Ships, which reveals all the
  41. ships but forfeits the game, and New Game, which resets the games won and
  42. lost counters to zero. You can exit the by either selecting "NO" from any
  43. of the dialog boxes asking you whether to play again, by double clicking
  44. on the system menu, by choosing "Exit" from the Game menu or by pressing
  45. Control+Q.
  46.     I hope you enjoy the game. Please e-mail me with any comments.
  47.                             
  48.                         Randy Baron
  49.                         Compuserve # 76220,3052
  50.  
  51.                             
  52. This game is FREEWARE. The author makes NO WARRANTIES, either explicitly
  53. or implicitly, with respect to the use of this program.
  54.  
  55.